home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 15
/
BBS in a box XV-1.iso
/
Files
/
Tele
/
T
/
Terminal 1.7.sit
/
Terminal scripts
/
Hangup +++.s
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-11-06
|
166 b
|
13 lines
|
[
TEXT/QED1
]
/*
Terminal 1.7
"Hangup +++.s"
*/
main()
{
type("+++"); /* Go into command mode */
pause(120); /* Wait 2 seconds */
type("ATH\r"); /* Hang up */
beep();
}